Merge "Cleanup SampleTest.php"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Sat, 8 Mar 2014 16:45:13 +0000 (16:45 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Sat, 8 Mar 2014 16:45:13 +0000 (16:45 +0000)
tests/phpunit/includes/SampleTest.php

index 8516a4c..7e81fab 100644 (file)
@@ -43,12 +43,10 @@ class TestSample extends MediaWikiLangTestCase {
        }
 
        /**
-        * If you want to run a the same test with a variety of data. use a data provider.
+        * If you want to run a the same test with a variety of data, use a data provider.
         * see: http://www.phpunit.de/manual/3.4/en/writing-tests-for-phpunit.html
-        *
-        * Note: Data providers are always called statically and outside setUp/tearDown!
         */
-       public static function provideTitles() {
+       public function provideTitles() {
                return array(
                        array( 'Text', NS_MEDIA, 'Media:Text' ),
                        array( 'Text', null, 'Text' ),